home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February (B) / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Scanner / Iface.exe / 0 / RCDATA / TFORMGUARDAR / TFORMGUARDAR.txt < prev   
Encoding:
Text File  |  2002-10-11  |  2.5 KB  |  118 lines

  1. object FormGuardar: TFormGuardar
  2.   Tag = 31200
  3.   Left = 268
  4.   Top = 185
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Guardar An∩┐╜lisis'
  8.   ClientHeight = 170
  9.   ClientWidth = 345
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnActivate = FormActivate
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyPress = FormKeyPress
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PlaGroupGuardarComo: TPlaGroupBox
  26.     Left = 14
  27.     Top = 11
  28.     Width = 321
  29.     Height = 114
  30.     TitleFont.Charset = DEFAULT_CHARSET
  31.     TitleFont.Color = 13977088
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'MS Sans Serif'
  34.     TitleFont.Style = []
  35.     Caption = 'Guardar como'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'Tahoma'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 0
  43.     object Image1: TImage
  44.       Left = 12
  45.       Top = 19
  46.       Width = 32
  47.       Height = 32
  48.       Picture.Data = {<image001.bmp>}
  49.       Transparent = True
  50.     end
  51.     object Label1: TLabel
  52.       Left = 52
  53.       Top = 17
  54.       Width = 257
  55.       Height = 39
  56.       AutoSize = False
  57.       WordWrap = True
  58.     end
  59.     object Label2: TLabel
  60.       Left = 52
  61.       Top = 66
  62.       Width = 95
  63.       Height = 13
  64.       Caption = 'Nombre del an∩┐╜lisis:'
  65.     end
  66.     object EditNombre: TPlaEdit
  67.       Left = 52
  68.       Top = 81
  69.       Width = 257
  70.       Height = 21
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -11
  74.       Font.Name = 'Tahoma'
  75.       Font.Style = []
  76.       MaxLength = 127
  77.       ParentFont = False
  78.       TabOrder = 0
  79.       OnChange = EditNombreChange
  80.     end
  81.   end
  82.   object ButtonAceptar: TPlaButton
  83.     Tag = 2200
  84.     Left = 179
  85.     Top = 138
  86.     Width = 73
  87.     Height = 21
  88.     Caption = 'Aceptar'
  89.     Enabled = False
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Tahoma'
  94.     Font.Style = []
  95.     ParentFont = False
  96.     TabOrder = 1
  97.     Default = True
  98.     ModalResult = 1
  99.   end
  100.   object ButtonCancel: TPlaButton
  101.     Tag = 2400
  102.     Left = 261
  103.     Top = 138
  104.     Width = 73
  105.     Height = 21
  106.     Caption = 'Cancelar'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'Tahoma'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 2
  114.     Cancel = True
  115.     ModalResult = 2
  116.   end
  117. end
  118.